.item-panel {
  position: relative;
  /* min-height: 460px; */
  /* max-height: 460px; */
  /* background-color: white; */
  /* border: 1px #F0F0F0 solid; */
}
.item-panel.item-attachment {
    min-height: unset;
    background: unset;
    border: none;
}
.item-panel.small-panel {
  min-height: 70px;
  overflow: auto;
}
.item-panel.news-nivel-1 {
  max-height: unset;
}
.item-panel.news-nivel-2 {
  min-height: 500px;
  max-height: 500px;
}
.item-panel.news-nivel-2 .flexbox-panel {
  height: 460px;
}
.item-panel.news-nivel-2 .flexbox-info.post-info {
  height: 460px;
  overflow: hidden;
}
.item-panel.news-nivel-3 {
  min-height: 250px;
  max-height: 250px;
}
.item-panel.news-nivel-3 .flexbox-panel {
  height: 230px;
}
.item-panel.news-nivel-3 .flexbox-info.post-info {
  height: 212px;
  overflow: hidden;
}
.item-panel.news-nivel-4 {
  min-height: 160px;
  max-height: 160px;
  overflow: hidden;
}
.item-panel.news-nivel-4 .flexbox-panel {
  height: 140px;
}
.item-panel.news-nivel-4 .flexbox-info.post-info {
  height: 122px;
  overflow: hidden;
}
.item-categories p {
  border: none;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: red;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.item-panel.news-nivel-3 .item-categories {
  margin-left: 10px;
}
.item-panel.news-nivel-4 .item-categories {
  margin-left: 10px;
}
.item-panel h4 a,.item-panel .post-title-link {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  color: #37750E;
}
.item-panel.news-nivel-1 h4 a,
.item-panel.news-nivel-1 .post-title-link
{
  font-size: 25px;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
}
.item-panel.news-nivel-1 p.summary,
.item-panel.news-nivel-1 .summary p {
  font-size: 18px 
}
.item-panel.news-nivel-2 h4,
.item-panel.news-nivel-2 .post-title-link
{
  font-size: 20px;
  text-align: center;
}
.item-panel.news-nivel-2 p.summary,
.item-panel.news-nivel-2 .summary p {
  font-size: 16px 
}
.item-panel.news-nivel-3 h4,
.item-panel.news-nivel-3 .post-title-link
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 20px;
}
.item-panel.news-nivel-4 h4,
.item-panel.news-nivel-4 .post-title-link
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 18px;
}
.title-post, .summary {
  margin: 10px; 
}
.item-panel .date-info,
.feed-comments .post-comment .date-info {     
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 13px;
}

/* Documentos */
.item-panel.document-panel.news-nivel-4 .document-pic {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 140px;
}

/* Eventos */
.item-panel.event-panel .location-map{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: darkcyan;
}

.item-panel.event-panel .location-map [class^="fonticon-"] {
  color: darkcyan;
}

.item-panel.event-panel .flexbox-panel {
    padding: 0px;
}
.item-panel.event-panel.news-nivel-4 .flexbox-hero {
    background-color: gray;
    color: white;
}

.item-panel.event-panel.news-nivel-4.event-today .flexbox-hero {
    background-color: darkred;
    color: white;
}

.item-panel.event-panel.news-nivel-4.event-old .flexbox-hero {
    background-color: lightgray;
    color: white;
}

.item-panel.event-panel.news-nivel-4.event-new .flexbox-hero {
    background-color: #747F25;
    color: white;
}

.item-panel.event-panel.news-nivel-4 .summary {
    display: block;
    font-size: 18px;
}

/* Preguntas */

.item-panel.news-nivel-1.question-panel {
  padding: 20px;
  min-height: 100px;
}
.item-panel.news-nivel-1.question-panel .edit-icons {
  position: absolute;
  top: 10px;
  left: 10px;
}

.item-panel.news-nivel-1.question-panel .constant-left > div:first-child {
  float: left;
  width: 70px;
}

.item-panel.news-nivel-1.question-panel .constant-left > div:nth-child(2) {
  position: relative;
  margin-left: 70px;
}

@media (max-width: 780px) {
  .item-panel.news-nivel-1.question-panel .constant-left > div:nth-child(2) {
    margin-left: 0px;
  }
  
  .item-panel.news-nivel-1.question-panel .constant-left > div:first-child {
    width: 50px;
  }
  .item-panel.news-nivel-1.question-panel .constant-left > div:first-child i {
    width: 35px;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
  }
}
      
.item-panel.news-nivel-1.question-panel .question-left {
  margin-left: 90px;
}

.item-panel.news-nivel-1.question-panel .question-inside-container .post-pic img {
  width: 100%;
  margin-bottom: 10px;
}


.item-panel.news-nivel-1.question-panel .question-icon {
  font-size: 30px;
  color: #FFF;
  display: block;
  line-height: 50px;
  width: 50px;
  text-align: center;
}      
.item-panel.news-nivel-1.question-panel .answer {
  position: absolute;
  color: green;
  right: 10px;
  top: 10px;
}
.item-panel.news-nivel-1.question-panel h4 {
  font: 20px 'Roboto', Arial, san-serif;
  color: #35363b;
}         
.item-panel.news-nivel-1.question-panel p {
  font-size: 16px;
  color: #363636;
}        
.item-panel.news-nivel-1.question-panel .fonticon-Question {
  background-color: #DF9500 ;
  color: white;
  border: 1px solid #DF9500 ;
  border-radius: 30px;
}
.item-panel.news-nivel-1.question-panel .item-footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.item-panel.news-nivel-1.question-panel .question-inside-container {
  position: relative;
  padding-bottom: 20px;
}            



/* Comentarios */
   
.item-panel.news-nivel-1 .post-comment,
.feed-comments .post-comment {
  padding: 10px;
  background-color: #F0F0F0; /* #F8F8F8; */
  color: black;
  border: 1px solid #F0F0F0;
  margin-top: 0px;
  margin-bottom: 2px;
  position: relative;
}
.feed-comments .post-comment {
  padding: 10px;
  background-color: white;
  color: inherit;
  border: 2px #F0F0F0 solid;
  margin-top: 0px;
  margin-bottom: -1px;
  position: relative;
  line-height: 20px;
}

.pagepost .feed-item {
  background-color: unset;
}

.pagepost .feed-item .form-comment-text,
.form-comment .form-comment-text
{
  background-color: white;
}
.pagepost .feed-item .share-box-comment {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feed-comments .post-comment .author-icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding-top: 3px;
}
.feed-comments .post-comment .author-icon-anom {
    background: goldenrod;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 18;
    font-weight: bold;
    color: white;
}

.item-panel.news-nivel-1 .post-comment .header-info,
.feed-comments .post-comment .header-info {
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.item-panel.news-nivel-1 .post-comment .date-info,
.feed-comments .post-comment .date-info
{
  color: gray;
}
.item-panel.news-nivel-1 .post-comment .author-panel,
.feed-comments .post-comment .author-panel {
  display: table;        
}
.item-panel.news-nivel-1 .post-comment .inner-comment,
.feed-comments .post-comment .inner-comment {
  font-size: 16px;
  color: #7f7f7f; /* #363636; */
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.item-panel.news-nivel-1 .post-comment .author-panel .author-link,
.feed-comments .post-comment .author-panel .author-link {
  vertical-align: middle;
  display: table-cell;
  padding-left: 10px;   
}
.item-panel.news-nivel-1 .post-comment .author-panel .author-link a,
.feed-comments .post-comment .author-panel .author-link a {
  font-size: 14px;   
  color: #7f7f7f;
}
.comment-box .form-comment .loading-ico,
.feed-comments .post-comment .loading-ico {
  float: right;
  margin: 10px 10px 0 0;
  display: none;
}





/* IMAGENES */
.item-panel.image-panel {
    min-height: unset;
    max-height: unset;
}


/* CONTROLES AUX */
.item-panel .item-options,
.post-comment .item-options {
    left: unset;
    right: 0px;
    top: 0px;
    bottom: unset;
}
.item-panel [class^="fonticon-"],
.post-comment [class^="fonticon-"]
{
    color: lightgray;
}
.item-panel [class^="fonticon-"]:hover,
.post-comment [class^="fonticon-"]:hover {
    color: #6e9fbe !important;
}

@media (max-width: 780px) {
  .item-panel.news-nivel-1 h4 a, .item-panel.news-nivel-1 .post-title-link {
    font-size: 22px;
  }
  .item-panel.news-nivel-1 p.summary, .item-panel.news-nivel-1 .summary p {
      font-size: 16px;
  }
  .item-panel.news-nivel-2 .post-pic > img {
    max-height: 300px; 
  }
  .item-panel.news-nivel-4 h4, .item-panel.news-nivel-4 .post-title-link {
    font-size: 16px;
  }
}


/* Formato de los muros en zonas privadas */

.item-panel.news-nivel-1.post-panel {
    min-height: unset;
  	margin-bottom: -1px;
}
.item-panel.news-nivel-1.post-panel .flexbox-panel {
    margin: 0px;
    flex-direction: column;
}
.item-panel.news-nivel-1.post-panel .flexbox-panel {
    margin: 0px;
    flex-direction: column;
}

.item-panel.post-panel.news-nivel-1 .author-panel {
    display: table;
}
.item-panel.post-panel.news-nivel-1 .author-panel .author-link {
    vertical-align: middle;
    display: table-cell;
  	padding-left: 10px;
}
.item-panel.post-panel.news-nivel-1 .author-panel .author-link a {
    font-size: 16px;
}


.item-panel.post-panel.news-nivel-1 .body p {
    font-size: 18px;
}

.item-panel.post-panel.news-nivel-1 .post-info h4.title-post {
    margin-left: 0px;
}

.item-panel.item-left-border {
 		border-left: 5px solid gray; 
}

.item-panel.item-left-border.bordercolor-0 {
 		border-left-color: SteelBlue ; 
}
.item-panel.item-left-border.bordercolor-1 {
 		border-left-color: gold; 
}

.item-panel.item-left-border.bordercolor-2 {
 		border-left-color: darkred; 
}

.item-panel.item-left-border.bordercolor-3 {
 		border-left-color: DarkOrchid; 
}

.item-panel.item-left-border.bordercolor-4 {
 		border-left-color: Sienna; 
}

.item-panel.item-left-border.bordercolor-5 {
 		border-left-color: MediumVioletRed; 
}

.item-panel.item-left-border.bordercolor-6 {
 		border-left-color: OrangeRed; 
}

.item-panel.item-left-border.bordercolor-7 {
 		border-left-color: DarkKhaki; 
}

.item-panel.item-left-border.bordercolor-8 {
 		border-left-color: DarkCyan; 
}

.item-panel.item-left-border.bordercolor-9 {
 		border-left-color: RosyBrown ; 
}


.item-panel.post-panel.news-nivel-1 .attachments {
    margin-bottom: 170;
}

.item-panel.post-panel.news-nivel-1 .attachments .file-preview-wrapper {
    width: auto;
    height: 140px;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.item-panel.post-panel.news-nivel-1 .attachments .file-preview-wrapper img {
    width: auto;
  	height: 100%;
    border: 1px solid #d7d7d7;
}

.item-panel.post-panel .post-comment .attachments,
.comments-container .post-comment .attachments{
  margin-bottom: 15px;
  height: 90px;
  overflow-y: hidden;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.item-panel.post-panel .post-comment .attachments .comment-attachment-panel,
.comments-container .post-comment .attachments .comment-attachment-panel {
  flex-grow: 0;
  margin-right: 5px;
  height: 90px;
}


.item-panel.post-panel .post-comment .attachments .comment-attachment-panel img,
.comments-container .post-comment .attachments .comment-attachment-panel img,
{
  height: 100%;
}

.item-panel.post-panel .post-comment .location-map.comment-location,
.comments-container .post-comment .location-map.comment-location {
  color: darkcyan;
}

.item-panel.post-panel .post-comment .location-map.comment-location .fonticon-Location,
.comments-container .post-comment .location-map.comment-location .fonticon-Location {
  color: darkcyan;
  font-size: 120%;
  margin-right: 2px;
}
